ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / Fibonacci<T> Class / MinX Property

In This Topic
    MinX Property (Fibonacci<T>)
    In This Topic
    Gets or sets the x minimal value of the Fibonacci tool.
    Syntax
    'Declaration
     
    Public Property MinX As Object
    public object MinX {get; set;}
    Remarks
    If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object.
    See Also